github.com/andybalholm/brotli/matchfinder.Trio.hash5 (method)

5 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		trio.go#L98: 			nextHash5 := z.hash5(cv)
		trio.go#L193: 				z.table5[z.hash5(cv0)] = te0
		trio.go#L204: 			nextHash5 := z.hash5(cv)
		trio.go#L286: 			z.table5[z.hash5(cv0)] = te0
		trio.go#L316: func (z *Trio) hash5(u uint64) uint32 {